home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1320 / 1320.xpi / defaults / transforms / prefs-0.5.4.xsl < prev    next >
Extensible Markup Language  |  2010-01-22  |  325b  |  15 lines

  1. <?xml version="1.0"?>
  2.  
  3. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  4.     version="1.0">
  5.     
  6.     <xsl:template match="/">
  7.         <xsl:apply-templates/>
  8.     </xsl:template>
  9.     
  10.     <xsl:template match="prefs">
  11.         <prefs version="0.5.5">
  12.             <xsl:copy-of select="node()"/>
  13.         </prefs>
  14.     </xsl:template>
  15. </xsl:stylesheet>